home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Sys / Amberram.readme < prev   
Encoding:
Text File  |  2003-02-24  |  1.6 KB  |  45 lines

  1. Short:    Replacement RAM disk.
  2. Author:   caffer@cs.ucc.ie (Neil Cafferkey)
  3. Uploader: caffer@cs.ucc.ie (Neil Cafferkey)
  4. Version:  1.5
  5. Type:     util/sys
  6. Requires: OS3.0+
  7.  
  8. AmberRAM is a replacement for the AmigaDOS RAM disc. Like the original, it
  9. is non-block-oriented and dynamically sized.
  10.  
  11. Advantages over the original RAM disc:
  12.  
  13.   - Faster.
  14.   - Provides accurate information about space utilisation.
  15.   - Isn't always 100% full. Free memory is included in disc size.
  16.   - More space efficient.
  17.   - Allows deletion of hard-linked, non-empty directories (the directory
  18.     contents are preserved, as the link is made into a real directory).
  19.   - Can be write protected.
  20.   - Can be properly dismounted (resources are freed).
  21.  
  22. Disadvantages:
  23.  
  24.   - "Volume full" requester is never displayed.
  25.   - Directories can't be created from Workbench under AmigaOS 3.0 or 3.1.
  26.   - Record locking is unsupported.
  27.   - ExamineAll() is unsupported, but is emulated by dos.library.
  28.  
  29. This package is released under the GNU General Public Licence.
  30.  
  31. Changes in this version:
  32.  
  33.   - No longer possible for a new file to overwrite an empty directory.
  34.   - Fixed small error in reported disc usage.
  35.   - SetDate on links works now.
  36.   - Redesigned notification code to make it faster.
  37.   - Fixed bug triggered by zero-length writes (thanks to Vinnny).
  38.   - Fixed various notification bugs.
  39.   - Fixed memory leak in notification code (thanks to Dietmar Eilert).
  40.   - Shortened list of advantages to reflect improvements in official RAM
  41.     disc.
  42.   - Documentation now advises that Workbench problems are OS 3.0/3.1
  43.     specific.
  44.   - New icons.
  45.